3.5.24 \(\int \frac {\coth (c+d x)}{(e+f x) (a+b \sinh (c+d x))} \, dx\) [424]

Optimal. Leaf size=29 \[ \text {Int}\left (\frac {\coth (c+d x)}{(e+f x) (a+b \sinh (c+d x))},x\right ) \]

[Out]

Unintegrable(coth(d*x+c)/(f*x+e)/(a+b*sinh(d*x+c)),x)

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \frac {\coth (c+d x)}{(e+f x) (a+b \sinh (c+d x))} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[Coth[c + d*x]/((e + f*x)*(a + b*Sinh[c + d*x])),x]

[Out]

Defer[Int][Coth[c + d*x]/((e + f*x)*(a + b*Sinh[c + d*x])), x]

Rubi steps

\begin {align*} \int \frac {\coth (c+d x)}{(e+f x) (a+b \sinh (c+d x))} \, dx &=\int \frac {\coth (c+d x)}{(e+f x) (a+b \sinh (c+d x))} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 21.32, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\coth (c+d x)}{(e+f x) (a+b \sinh (c+d x))} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[Coth[c + d*x]/((e + f*x)*(a + b*Sinh[c + d*x])),x]

[Out]

Integrate[Coth[c + d*x]/((e + f*x)*(a + b*Sinh[c + d*x])), x]

________________________________________________________________________________________

Maple [A]
time = 180.00, size = 0, normalized size = 0.00 \[\int \frac {\coth \left (d x +c \right )}{\left (f x +e \right ) \left (a +b \sinh \left (d x +c \right )\right )}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(coth(d*x+c)/(f*x+e)/(a+b*sinh(d*x+c)),x)

[Out]

int(coth(d*x+c)/(f*x+e)/(a+b*sinh(d*x+c)),x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(d*x+c)/(f*x+e)/(a+b*sinh(d*x+c)),x, algorithm="maxima")

[Out]

integrate(coth(d*x + c)/((f*x + e)*(b*sinh(d*x + c) + a)), x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(d*x+c)/(f*x+e)/(a+b*sinh(d*x+c)),x, algorithm="fricas")

[Out]

integral(coth(d*x + c)/(a*f*x + a*e + (b*f*x + b*e)*sinh(d*x + c)), x)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\coth {\left (c + d x \right )}}{\left (a + b \sinh {\left (c + d x \right )}\right ) \left (e + f x\right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(d*x+c)/(f*x+e)/(a+b*sinh(d*x+c)),x)

[Out]

Integral(coth(c + d*x)/((a + b*sinh(c + d*x))*(e + f*x)), x)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(d*x+c)/(f*x+e)/(a+b*sinh(d*x+c)),x, algorithm="giac")

[Out]

integrate(coth(d*x + c)/((f*x + e)*(b*sinh(d*x + c) + a)), x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \int \frac {\mathrm {coth}\left (c+d\,x\right )}{\left (e+f\,x\right )\,\left (a+b\,\mathrm {sinh}\left (c+d\,x\right )\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(coth(c + d*x)/((e + f*x)*(a + b*sinh(c + d*x))),x)

[Out]

int(coth(c + d*x)/((e + f*x)*(a + b*sinh(c + d*x))), x)

________________________________________________________________________________________